##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 03\03.1030 - No Title.py
# Description: No Title
##############################################################################
531 = 5 x 102 + 3 x 101 + 1 x 100
= 5 x 100 + 3 x 10 + 1 x 1
= 500 + 30 + 1
= 531